SftTree/NET 2.0

TagString Property, ItemClass Class

Softel vdm, Inc.

Defines an application-specific string.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public Property TagString As String

C#   

public string TagString { get; set; }

C++   

public: property String^ TagString {
        String^ get();
        void set(String^ value);
}

Property Value

An application-specific string.

The default value is null/Nothing.

Comments

The TagString property defines an application-specific string.

The TagString property can be used by an application to attach an application-specific string to an item. The string stored in the TagString property is serialized when items are saved/loaded.

The string is not used by controls in any way.

The TagObjects property can be used to store additional application-specific objects.

The CellBaseClass.TagString and CellBaseClass.TagObjects properties can be used to store application-specific with cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com